home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xhyper.lha / XHyper_v1.1 / sampledoc / Formats.mml next >
Text File  |  1993-01-13  |  2KB  |  87 lines

  1. <MML 1.00 -    Formats.mml  
  2.       Sample standard font, paragraph, and document formats>
  3.  
  4. <Comment  *** Define fonts for Title, Section, Body, Headers and Footers.
  5.       Most of the defaults are good, so we just specify family,
  6.       size, and style. "ft" stands for "font for Titles", "fs" is
  7.       "font for sections," etc.>
  8. <!DefineFont ft
  9.     <Family     Times>
  10.     <pts     18>
  11.     <Bold>
  12. >
  13.  
  14. <!DefineFont ff
  15.     <Family     Times>
  16.     <pts     14>
  17.     <Bold>
  18. >
  19.  
  20. <!DefineFont fs
  21.     <Family     Times>
  22.     <pts     14>
  23.     <Bold>
  24. >
  25. <!DefineFont fb
  26.     <Family     Times>
  27.     <pts     14>
  28.     <Plain>
  29. >
  30.  
  31. <Comment *** Set appropriate font for a Title paragraph and 
  32.          define its format: >
  33.  
  34. <!DefinePar Title 
  35.     <ft>
  36.     <Alignment     Center> 
  37. >
  38.  
  39. <Comment *** Set appropriate font for a Figure title>
  40. <!DefinePar Figtitle
  41.     <ff>
  42.     <Alignment     Center> 
  43. >
  44.  
  45.  
  46. <Comment *** set font and define other paragraph formats>
  47. <!DefinePar Section
  48.     <fs>
  49.     <hypertext>
  50.     <Alignment     LeftRight>
  51.     <LeftIndent      0pt>
  52.     <FirstIndent      0pt>
  53.       <RightIndent      0pt>
  54.       <Leading     0pt>
  55.       <SpaceBefore     10pt>
  56.       <SpaceAfter     10pt>
  57. >
  58.  
  59. <!DefinePar Body
  60.     <fb>
  61.       <Alignment     LeftRight >
  62.     <FirstIndent      0pt>
  63.       <RightIndent      0pt>
  64.       <Leading     4pt>
  65.       <SpaceBefore     12pt>
  66.       <SpaceAfter     12pt>
  67.  
  68. <!DefinePar BulletItem
  69.     <fb>
  70.       <Alignment     LeftRight >
  71.       <LeftIndent      40pt>
  72.     <FirstIndent      10pt>
  73.       <Leading     0pt>
  74.       <SpaceBefore     4pt>
  75.       <SpaceAfter     0pt>
  76.  
  77. <Comment  *** Document Layout descriptions. Most of the default settings
  78.       are good. >
  79. <Pagewidth        7.00in>
  80. <PageHeight        10.00in>
  81. <TopMargin        0.75in>
  82. <BottomMargin        0.75in>
  83. <LeftMargin        0.50in>
  84. <RightMargin        0.50in>
  85.